POST
/
saml
/
callback
SAML | Login Callback
curl --request POST \
  --url https://use.hoop.dev/api/saml/callback \
  --header 'Content-Type: */*' \
  --data '{
  "SAMLResponse": "<string>"
}'
{
  "login_url": "<string>"
}

Body

*/*

Response

200
application/json

OK

The response is of type object.